home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 26 / 3 / DISK2631.ZIP / EXAMP1.ZIP / RMEX182.BAS < prev    next >
BASIC Source File  |  1990-06-28  |  138b  |  5 lines

  1. MTIMER
  2. pi# = ATN(1) * 4
  3. ElapsedTime! = MTIMER
  4. PRINT USING "It took ##### microseconds to calculate the value of PI.";ElapsedTime!
  5. END